The expyriment randomize module.
This module contains various functions for randomizing data
Return randomly True or False. Returns ——- rnd : bool
Return the multiplied and shuffled (sectionwise) list.
The function manifolds the list ‘xtimes’ and shuffles each and concatenates to the return new lists.
| Parameters : | list_ : list 
 xtimes : int 
  | 
|---|
Return random integer in given range.
| Parameters : | a : int 
 b : int 
  | 
|---|
Return a randomised sequence of integers in given range.
| Parameters : | first_elem : int 
 last_elem : int 
  | 
|---|
Shuffle any list of objects.
| Parameters : | list_ : int 
  | 
|---|
Return randomly True or False. Returns ——- rnd : bool
Return the multiplied and shuffled (sectionwise) list.
The function manifolds the list ‘xtimes’ and shuffles each and concatenates to the return new lists.
| Parameters : | list_ : list 
 xtimes : int 
  | 
|---|
Return a random element from a list
Return random integer in given range.
| Parameters : | a : int 
 b : int 
  | 
|---|
Return a randomised sequence of integers in given range.
| Parameters : | first_elem : int 
 last_elem : int 
  | 
|---|
Shuffle any list of objects.
| Parameters : | list_ : int 
  | 
|---|