Research Article

Cloud-Based Experimental Platform for the Space-Ground Integrated Network

Algorithm 1

Random number generation algorithm.
Input:,
/ is the lower limit on the random number to be generated by the link characteristics linkage control module; is the upper limit on the random number to be generated by the link characteristics linkage control module
Output:
1 Initialize the algorithm;
2 A constant;
3 ;
4  An empty array;
5 for numa_node in do
6   LCG(, );
7  Append to ;
8  INT(LCG(0, ));
9  Value in whose index in the array is ;
10 return ;