Recipe 1: Random Number Generation

Combine 2 cups of entropy with 3 cups of unpredictability, stir counterclockwise while whispering "chaos theory" for 5 minutes.

					// Import the Randomness Library
					import randomness = new Randomness();

					// Generate a random number between 1 and 10
					let randomNumber = randomness.nextInt(10);

					// Print the result
					console.log(randomNumber);
				
Sigma-Al-Dreine's Randomness Enhancements

Recipe 2: Random String Generation

Mix 1 cup of ASCII characters with 2 cups of randomness, stir clockwise while whispering "chaos theory" for 3 minutes.

					// Import the Randomness Library
					import randomness = new Randomness();

					// Generate a random string of 10 characters
					let randomString = randomness.randomString(10);

					// Print the result
					console.log(randomString);
				
Entropy Cooking Techniques

Recipe 3: Random Image Generation

Combine 1 cup of pixel art with 3 cups of randomness, stir counterclockwise while whispering "chaos theory" for 10 minutes.

					// Import the Randomness Library
					import randomness = new Randomness();

					// Generate a random image of size 256x256
					let randomImage = randomness.randomImage(256, 256);

					// Print the result
					console.log(randomImage);
				
Chaos Theory Exercises

Recipe 4: Randomness in 3D

Mix 1 cup of 3D models with 2 cups of randomness, stir clockwise while whispering "chaos theory" for 5 minutes.

					// Import the Randomness Library
					import randomness = new Randomness();

					// Generate a random 3D model
					let randomModel = randomness.random3D();

					// Print the result
					console.log(randomModel);
				
Chaos in the Physical World