Tag: random

Random number in julia

Generating random numbers is a common task in many programming languages, including Julia. In this article, we will explore three different ways to generate random numbers in Julia and discuss their advantages

Read More »

Quasi random sampling in julia

Quasi random sampling is a technique used in statistics and numerical analysis to generate a sequence of points that are more evenly distributed than those generated by traditional random sampling methods. In

Read More »