BookmarkSubscribeRSS Feed
tmorr
Fluorite | Level 6

hi, i would like to create a data, i have the seed= 2000 and the parameter λ=1/(15*10^5) and i would like to generate the 1000 random number and the number is integer, is anyone can give a help on this ? thank you very much.

2 REPLIES 2
Reeza
Super User

https://online.stat.psu.edu/stat482/lesson/34/34.5

 

Example 3. 

 

Add this line to set a seed:

 

CALL STREAMINT(2000);

 


@tmorr wrote:

hi, i would like to create a data, i have the seed= 2000 and the parameter λ=1/(15*10^5) and i would like to generate the 1000 random number and the number is integer, is anyone can give a help on this ? thank you very much.


 

ballardw
Super User

SAS does not use ^ for exponentiation. Use **   Such as λ=1/(15*10**5) .

 

What distribution do you want the random values from?

 

Apply a function such as ROUND, FLOOR or CEIL to result of which ever random distribution you use to round the value to an integer.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 838 views
  • 0 likes
  • 3 in conversation