Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in posts by jfivekiller only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
jfivekiller
User Profile
Collapse
Profile Sidebar
Collapse
jfivekiller
Last Activity: Oct 8 '07, 11:20 PM
Joined: Oct 5 '07
Location:
Subscriptions
1
Subscribers
0
Activities
About
Media
Subscribed
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Source
All
jfivekiller only
Visitor Messages Only
Advanced
Filtered by:
Clear All
new posts
jfivekiller
replied to
Random numbers between number range in Java
in
Java
Oct 5 '07, 11:51 PM
Here was my simple solution to random numbers in a range
import java.util.Rando m;
public class Random2 extends Random{
public int nextInt(int lower,int upper){
return nextInt((upper-lower+1))+lower ;
}
}...
See more
|
Go to post
Leave a comment:
Post Comment
Cancel
No activity results to display
Show More
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Leave a comment: