Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 380 Bytes

algorithm-random.md

File metadata and controls

17 lines (10 loc) · 380 Bytes

Random algorithm

Description

Used to generate pseudorandom numbers. All the versions contained in this folder will generate a variable number of pseudorandom numbers and print them out.

Where and why to use

Use it whenever you need to simulate some random values

How

Write the correspondent random function and use it in your code

Pseudocode

random = random()