473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

JavaScript at Davar Web Site

Please find at the link below samples of JavaScript programming
techniques along with several useful fully-functional JavaScripts.

http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM

JavaScript Frequently Asked Questions
JavaScript programming code patters
Extract navigation bar generation (function)
Local control of modification date colors (driven by date difference)
Random song (random selection from a list sectioned into 3 parts)
Random problem (random selection from a list sectioned into "n" parts)
Random tagline (random selection controlled by selection history)
Alphabet hyperlinks generation (function)
Go board position generation (function)
Productivity issues of the document.write
JavaScript links

--
Best regards,
Vladimir Veytsel.
http://www.davar.net
Jul 20 '05 #1
2 3693
In article <3F***************@optonline.net>, Vladimir Veytsel
<Da***@optonline.net> writes:
http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM

JavaScript Frequently Asked Questions


Why is this:

Math.floor(Math.random()*(N-M+1))%(N-M+1)+M

Better than whats in the c.l.j FAQ?

http://www.jibbering.com/faq/#FAQ4_22
function Random(x) { return Math.floor(x*Math.random()) }
--
Randy
All code posted is dependent upon the viewing browser
supporting the methods called, and Javascript being enabled.
Jul 20 '05 #2
hi************@aol.com (HikksNotAtHome) writes:
Why is this:

Math.floor(Math.random()*(N-M+1))%(N-M+1)+M

Better than whats in the c.l.j FAQ?

http://www.jibbering.com/faq/#FAQ4_22
function Random(x) { return Math.floor(x*Math.random()) }


Normally it isn't, but in some older browsers, the Math.random
function could return 1.0. The extra modulo operation takes care of
that. The only browsers I know of with that problem is Opera 4 and 5
(and according to Dr. J.R. Stockton, Opera 6.01 had the same problem,
but 6.05 doesn't: <URL:http://www.merlyn.demon.co.uk/js-randm.htm#MR>)

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Vladimir Veytsel | last post by:
Please find at the link below samples of JavaScript programming techniques along with several useful fully-functional JavaScripts. http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.